home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Fixation 1.3 / mytypes.h < prev    next >
Text File  |  1995-10-19  |  102b  |  5 lines

  1. // mytypes.h
  2.  
  3. typedef unsigned char uchar;
  4. typedef unsigned short ushort;
  5. typedef unsigned long ulong;